The Imagick class
PHP Manual

Imagick::spreadImage

(PECL imagick 2.0.0)

Imagick::spreadImageRandomly displaces each pixel in a block

Descripción

bool Imagick::spreadImage ( float $radius )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Special effects method that randomly displaces each pixel in a block defined by the radius parameter.

Lista de parámetros

radius

Valores retornados

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual